Skip to content

Document NETSDK1130#24904

Merged
tdykstra merged 4 commits intodotnet:mainfrom
tdykstra:netsdk1130
Jun 30, 2021
Merged

Document NETSDK1130#24904
tdykstra merged 4 commits intodotnet:mainfrom
tdykstra:netsdk1130

Conversation

@tdykstra
Copy link
Copy Markdown
Contributor

@tdykstra tdykstra commented Jun 29, 2021

Fixes #24905

@tdykstra tdykstra requested a review from a team as a code owner June 29, 2021 20:12
@dotnet-bot dotnet-bot added this to the July 2021 milestone Jun 29, 2021
@tdykstra tdykstra requested review from adegeo, dsplaisted and luisquintanilla and removed request for a team and luisquintanilla June 29, 2021 20:17
* Remove references to the [Microsoft.Windows.SDK.Contracts package](https://www.nuget.org/packages/Microsoft.Windows.SDK.Contracts). Instead, specify the version of the Windows APIs that you want to access via the `TargetFramework` property of the project. For example:

```xml
<TargetFramework>net5.0-windows10.0.19041</TargetFramework>
Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This should be net5.0-windows10.0.19041.0.

I'd also recommend linking to this page for more info: https://docs.microsoft.com/en-us/windows/apps/desktop/modernize/desktop-to-uwp-enhance

I think the ways to resolve this error are essentially the same as NETSDK1149. Maybe it's better to combine the pages?

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Maybe it's better to combine the pages?

That might not be ideal for SEO - The error messages are different enough that we wouldn't be able to cover both of them in the title and H1, so I'm inclined to leave them as separate pages.

@tdykstra tdykstra requested a review from gewarren as a code owner June 30, 2021 16:29
@tdykstra tdykstra merged commit a3ee955 into dotnet:main Jun 30, 2021
Youssef1313 pushed a commit to Youssef1313/docs that referenced this pull request Jul 5, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Document NETSDK1130

4 participants